In This Topic
Syntax
'Declaration
Public Overridable Function WillDeselectRow( _
ByVal As UIKit.UITableView, _
ByVal As Foundation.NSIndexPath _
) As Foundation.NSIndexPath
public virtual Foundation.NSIndexPath WillDeselectRow(
UIKit.UITableView ,
Foundation.NSIndexPath
)
Parameters
- tableView
- indexPath
See Also